projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6120519
)
build: Do not use C arguments with C++
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 11 May 2021 11:24:34 +0000
(12:24 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 11 May 2021 11:24:34 +0000
(12:24 +0100)
Otherwise the C++ compiler will start to complain.
The C++ keyword test does not need additional warnings.
testsuite/gtk/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/gtk/meson.build
b/testsuite/gtk/meson.build
index f2d6491287c057127a04ed6e69aca8545475a329..a33fd29c1e3b3de5ea3fd8e7c9879b42396ce145 100644
(file)
--- a/
testsuite/gtk/meson.build
+++ b/
testsuite/gtk/meson.build
@@
-223,7
+223,6
@@
endforeach
if add_languages('cpp', required: false, native: false)
test_exe = executable('autotestkeywords',
sources: 'autotestkeywords.cc',
- cpp_args: test_cargs,
dependencies: libgtk_dep,
install: get_option('install-tests'),
install_dir: testexecdir,